home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Entertainment / MacMud / Mud 4.0 / lex.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-30  |  152 b   |  10 lines  |  [TEXT/tefi]

  1. #define MLEN 4096
  2. #define NSIZE 256
  3.  
  4. struct lpc_predef_s {
  5.     char *flag;
  6.     struct lpc_predef_s *next;
  7. };
  8.  
  9. extern struct lpc_predef_s * lpc_predefs;
  10.